You can declare and initialize a variable of the type 可按如下方式声明并初始化
initialize a variable where it is declared 在声明变量处对其进行初始化
In effect, you can initialize a variable by taking its address 实际上,可以通过获取其地址来初始化变量。
initialize a variable is giving a value to it for the first time 初始化变量就是在第一次使用变量时给变量一个值。
The following example declares, creates, and initializes a variable to hold an array with elements of the 下面的示例声明创建并初始化一个变量以存储
If you try to initialize a variable with a value bigger than it can hold ( regardless of the numerical form of the value ), the compiler will give you an error message 若试图将一个变量初始化成超出自身能力的一个值(无论这个值的数值形式如何),编译器就会向我们报告一条出错消息。